home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk33 / txtrdr / readme < prev    next >
Text File  |  1995-03-18  |  3KB  |  122 lines

  1. TextReader by Oren Peli, Copyright (c) 1987 BazboSOFT!
  2.  
  3.  
  4. Introduction:
  5.  
  6. TextReader is, I believe, the most useful program I've written on the Amiga,
  7. and I am very proud of it.
  8.  
  9. TextReader's purpose is to make editing within the CLI much easier, and as
  10. far as I know, there isn't any other program of that kind for the Amiga.
  11.  
  12. Examples of where could TextReader make you life easier:
  13.  
  14.     1)    Right after finishing writing TextReader, I wanted to copy it to my
  15.     browsing/debugging/working CLI disk, only that it was completely full.
  16.  
  17.     I dir'ed the C subdirectory and saw many files I never use (lab, if,
  18.     endif, else, etc.). So I wrote (from csh):
  19.  
  20.         % rm
  21.  
  22.     and with TextReader copied all the files names I wanted to delete.
  23.  
  24.  
  25.     2)    While looking at several Fish disks to see how useful and debugged
  26.     TextReader was, I've encounterred STEmualtor.
  27.  
  28.     I cd'd into it's directory (with TextReader, of course) and type'd
  29.     the README.  Fish wrote in that file that in order to run the STEmulator,
  30.     it is necessary to write something like:
  31.  
  32.               "assign STEmulator: AmigaLibDisk43:STEmulator",
  33.  
  34.     so, with TextReader, I simply copied those instructions instead of
  35.     retyping then.
  36.  
  37.  
  38. Usage:
  39.  
  40.     It's very simple: "run" it (using the run command) and press the left
  41.     mouse button within the CLI window on a text, drag the mouse and watch
  42.     the results.
  43.  
  44.     To quit:  You have a menu; just press the right mouse button and pick
  45.           the Quit (and only) menu.
  46.  
  47.  
  48.        Note:  The menu will appear ONLY if the pointer is positioned above
  49.           the window's title bar.
  50.  
  51.  
  52.     If the right mouse button is pressed:
  53.  
  54.     If the pointer is positioned left of the cursor (but in the same
  55.     line), the program will generate BACKSPACE events.
  56.  
  57.     If the pointer is positioned right of the cursor (but in the same
  58.     line), the program will generate DEL keys events.
  59.  
  60.     If the pointer is positioned exactly over the cursor, the program
  61.     will echo your arguments.
  62.  
  63.     If the pointer is positioned under the current cursor line, the
  64.     program will generate a RETURN key event.
  65.  
  66.  
  67. Syntax:
  68.  
  69.     RUN TextReader [string...]
  70.  
  71.     Note: For generating Return key event, use '\n'
  72.  
  73.  
  74. Examples:
  75.  
  76.     RUN TextReader
  77.     RUN TextReader "Cd df1:\nDir opt a\n"
  78.     RUN TextReader sys:
  79.     RUN TextReader NewCLI\n
  80.  
  81.  
  82. Problems list:
  83.  
  84.     1)    The program won't recognize alt characters.
  85.  
  86.     2)    The program won't recognize any text written with foreground color
  87.     other then 1 and/or background color other then 0.
  88.  
  89.     3)    The program won't recognize any text written in any other style than
  90.     normal.
  91.  
  92.     4)    The program won't recognize any text written with a font whose size
  93.     is not 8x8 (the font must also be a fixed with font (i.e., not
  94.     proportional)).
  95.  
  96.     5)    After changing the font (using "font" for example) of the CLI, you
  97.     MUST quit from TextReader and re-run it.
  98.  
  99.  
  100. All in all, TextReader is an extremely useful utility and should be called
  101. from everyone's startup-sequence.
  102.  
  103. Bug reports, suggestions, etc. can be sent to me at the following address:
  104.  
  105.         Oren Peli
  106.         Shkediya 13
  107.         Ramat-Gan        52-546
  108.         ISRAEL
  109.  
  110. ... or, if you want to chat with me over the phone, you can call: 03-7514475.
  111.  
  112.  
  113. You may not immediately realize how powerful TextReader really is. After
  114. doing so, please consider sending me a donation ($20 seems like a nice
  115. round number), although TextReader is NOT a Sharewere program but a public
  116. domain.
  117.  
  118. For every $100 dollars I receive, I will fix a problem from the above list.
  119.  
  120. ENJOY!
  121.  
  122.